Welcome![Sign In][Sign Up]
Location:
Search - USB Key

Search list

[SMSmCoreLib

Description: mcore dll file for mobile operations through USB do crack mcore.dll as mentioned Dim objLic As mCore.License = objSMS.License() objLic.Company = "The CompanyX Inc." objLic.LicenseType = "PRO-DISTRIBUTION" objLic.Key = "AE1K-X12R-GHEK-JEWS"
Platform: | Size: 82944 | Author: dileepforyou | Hits:

[SCMAVR20KEY-joystick.

Description: 一个M8做的USB游戏手柄,4个方向键,和16个按,共20键游戏手柄。-M8 to do a USB game controller, four arrow keys, and 16 by a total of 20 key joystick.
Platform: | Size: 631808 | Author: landao | Hits:

[ARM-PowerPC-ColdFire-MIPShid

Description: 此文件是百合电子工作室推出的USB开源项目:Easy USB 51 Programer的一部分。   Easy USB 51 Programer 是一个多功能的USB学习板(USB接口 芯片采用philips的pdiusbd12),通过此项目,您不仅可以学习到 USB HID设备类的开发(包括下位机固件驱动的编写和上位机应用 程序的编写),还可以学习UB的其它标准设类(如USB Mass Storage)及自定义的非标准设备类的开发。Easy USB 51 Programer 开放了一些 I/O 口 ,我们还可以利用这些开放的 I/O 口扩展一些应用,如此项目的一个扩展板(EXT-BOARD-A)就是利 用了开放的一些 I/O 口来实现按键、LED、和串行通讯等功能。-This file is the electronic studio announced USB lily open source project: Easy USB 51 Programer part. Easy USB 51 Programer study is a multi-board USB (USB interface chip philips the pdiusbd12), through this project, you can learn not only USB HID class device development (including lower firmware-driven writing and PC applications the preparation process), you can also learn other standard USB devices (such as USB Mass Storage) and non-standard equipment, custom class development. Easy USB 51 Programer open a number of I/O port, we can also take advantage of these open I/O mouth to extend some applications, such an extension of the project board (EXT-BOARD-A) is the interest open with some I/O port to achieve the key, LED, and serial communication functions.
Platform: | Size: 116736 | Author: wangdh | Hits:

[Linux-Unix111USB

Description: LINUX内核空间USB运动控制卡驱动程序的开发,介绍一种基于ARM 体系结构的运动控制卡的设计方法,通过嵌入linux 操作系统实现多任务管理,USB 接口与上位机 通信,克服了采用传统并行总线结构的弊端。以一种USB 运动控制卡为实例来介绍利用dev 文件系统开发字符设备驱动程序的关键技术-The LINUX kernel space USB motion control card driver development, introduces one kind based on the ARM architecture motion control card design method, by embedding the Linux operating system to realize multiple task management, USB interface with the PCCommunication, which overcomes the disadvantages of traditional parallel bus architecture. In a USB motion control card as an example to introduce the use of dev file system development character device driver of the key technology
Platform: | Size: 736256 | Author: 曹瑞翠 | Hits:

[USB developEnumUSBDeviceLinkName

Description: 遍历usb设备端口获得驱动KEYNAME-Enum usb devices ports and get driver key name
Platform: | Size: 2048 | Author: pangxiuqin | Hits:

[Video CaptureCE

Description: wce 系统USB摄像头源码 支持分辨率修改 一键拍照 目录保存-Wce system USB cameras modified a key source support resolution photos directory saved
Platform: | Size: 7168 | Author: gaozhiyi | Hits:

[OpenCVcamera

Description: 实现功能:同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-The realization of functions: simultaneous acquisition of two USB camera data, and display, has pictures of preserved function ( click the left button to save the image, and the right key to pause the video video ).
Platform: | Size: 1024 | Author: 庞亮 | Hits:

[SCM1JoyStickKEYBD

Description: 基于STM32F103枚举为USB键盘,通过USB向PC发送按键值,加有简单红外解码程序!-STM32F103 enumeration for the USB keyboard, key value sent to the PC via USB, plus a simple infrared decoding process.
Platform: | Size: 2445312 | Author: tkzsld | Hits:

[SCMEx017-USBMOUSE_2011-05-22

Description: 安富来开发板STM32F103ZE的代码,模拟USB鼠标,通过开发板上的按键来控制鼠标的移动和左右键。-On Fu to develop the board STM32F103ZE the code, analog USB mouse mobile through key development board to control the mouse and the left and right arrow keys.
Platform: | Size: 567296 | Author: 陈文清 | Hits:

[SCM51-usb2.0

Description: 用51实现usb键盘与pc机的通信 键盘为4*4 16键 值得参考-Worth considering key usb keyboard communication with pc keyboard with 51 4* 416
Platform: | Size: 659456 | Author: 夏繁 | Hits:

[SCMKeyBorad

Description: 扫描4X4键盘,并将键值在数码管和8个LED上显示,同时将键值通过串口或RS232端口或USB发送给PC机接收并解码来自标准键盘的基本按键的扫描码。-4X4 keypad scanning, and key in the digital tube and eight LED display, while the key through the serial port or RS232 port or a USB send the PC to receive and decode the scan code of the key from the standard keyboard.
Platform: | Size: 190464 | Author: 程耀庆 | Hits:

[Crack Hackbd

Description: 曾经在某公司做过的代码,虽然代码并不美观,但却是稳定的用在产品中的,经过了大量测试。 功能: 解密蓝光磁碟(蓝光碟放在专用的蓝光光驱中,usb接口连接电脑) 提供了如下接口: size_t fread_xl(char* key, void *buffer, size_t size, size_t count, int fh ,int vertpye ) 来直接读取加密碟,内部实现了透明解密,函数接口极力模仿fread函数。 另配合GetKey 函数来获取密钥。具体使用方法见测试函数test_decrypt_file_3,其中测试了N多蓝光加密磁碟(解密后写成明文视频) 核心解密代码是汇编实现,并最终以C接口形式封装给外部使用,就是上边提到的两个函数 注意:编译需要另外下载安装masm32 (http://www.movsd.com/),因为汇编代码需要其中提供的汇编形式的头文件-Ever done in a company code, although the code is not pretty, but it is stable products after extensive testing. Features: decrypt Blu-ray disk (Blu-ray on the dedicated Blu-ray drive, usb interface connected to the computer) provides the following interface: size_t fread_xl (char* key, void* buffer, size_t size, size_t count, int fh, int vertpye) to directly read the encrypted disc, internal transparent decryption function interface to emulate fread function. Another tie GetKey function to get the key. Specific use, see the test function test_decrypt_file_3, which tested more than N Blu-ray encryption disk (the decrypted written expressly video) core decryption code compilation to achieve, and the final package to the external form of C interface, is on top of the two functions mentioned Note: Compile require additional download and install masm32 (http://www.movsd.com/), because the assembly code requires assembly which provides in the form of header files
Platform: | Size: 831488 | Author: f | Hits:

[Delphi VCLUSBPhysic-DLL

Description: USBPhysic是一个独立的组件(32/64-bit Windows动态链接库 - DLL),可用于提取几乎所有的USB(通用串行总线)存储设备的的物理供应商信息。 ,随着USBPhysic你可以得到制造商序列号,制造商名称等,外部便携式硬盘驱动器,闪存/笔/密钥驱动器或任何其他类型的USB存储设备。 USB存储设备的序列号是唯一的数字/字符串每台设备,为您提供一个机会,以编程方式确定实际设备。让我们说你想一个方法来锁定你的软件到一个USB存储设备(一个小闪光笔),或分配您的软件只有一个USB棒,一个快速和可靠的方式做,是通过生成一个序列号,USB设备的序列(硬件序列号不能改变的,即使在​ ​ 一个完整的格式)。物理序列号是不一样的卷序列号,它不会更改后的格式,有没有办法改变它,除非你改变实际的设备。-USBPhysic is a stand-alone component ( 32/64-bit Windows dynamic-link library- DLL ) that can be used to extract the physical vendor information from almost any USB (Universal Serial Bus) storage device. With USBPhysic you can get the manufacturer serial number, manufacturer name and so on, of the external portable Hard Drives, flash/pen/key drive or any other kind of USB Storage Device. The USB storage device serial number is a unique number/string per device and this offers you a chance to programmatically identify the actual device. Let s say you want a way to lock your software to a USB storage device (a small flash pen), or distribute your software only with a USB stick, a fast and reliable way to do that is by generating a serial number based on that USB device serial (the hardware serial number that can not be changed, even after a full format). The physical serial number is not the same as the volume serial number, it will not change after a format, and there is no way to ch
Platform: | Size: 497664 | Author: liu | Hits:

[Embeded Linuxusbmouse_as_key

Description: 在tq2440开发板下的usb鼠标当做按键的驱动-In usb mouse tq2440 development board, as a key driver
Platform: | Size: 2048 | Author: 侯苹苹 | Hits:

[Com PortDriverSetup

Description: 华为c8650+一键安装USB驱动,这对于要ROOT的手机的兄弟是个好消息,免去的复杂的安装程序-Huawei c8650+ a key to install the USB drivers, the brother for ROOT the phone is good news, eliminates complex installation procedures
Platform: | Size: 185344 | Author: | Hits:

[OtherAT002PPS2

Description: 这是采用台系单片机开发的一款支持多按键的鼠标,支持USB和ps2。带一键上网功能。-This is a Taiwan-based microcontroller to support the development of a multi-button mouse support USB and PS2. With a key Internet functions.
Platform: | Size: 70656 | Author: lq | Hits:

[LabViewSerial-Write-and-Read

Description: 实现usb通信,实用好玩,关键在于程序设计清晰,易于修改加工,并且界面设计完美。-USB communication, practical and fun, the key is the program design is clear, easy to modify the processing and interface design perfect.
Platform: | Size: 20480 | Author: lee | Hits:

[ARM-PowerPC-ColdFire-MIPSLPC1850-test-code-for-Keil4

Description: lpc1850的示例代码,有跑马灯、串口、按键、网卡、usb等,使用keil4环境下开发,是非常难得的程序代码资源!-Those code bases LPC1850 board under keil uVersion4, include led、uart、key、net、usb and so on .Very valuable!
Platform: | Size: 13125632 | Author: tianzz | Hits:

[SCMstm32f4discovery 使用u盘升级程序

Description: 用usb-otg线连接discovery板子的usb口,插入u盘,按下复位键时病按下key然后松开复位键,即开始下载过程,从u盘中读取image.bin文件烧写到单片机中。烧写完成后按key键即开始程序。
Platform: | Size: 110868 | Author: rtxry4@126.com | Hits:

[Software Engineeringeuton-emulator-all-inone-with-instruction

Description: eutron dongle key emulator with detailed instructions for usb dongles. tested&working with certain restrictions.
Platform: | Size: 3835904 | Author: PitBullDogo | Hits:
« 1 2 ... 4 5 6 7 8 910 11 »

CodeBus www.codebus.net